\(\int \frac {\sqrt {a+a \cosh (x)}}{x^2} \, dx\) [131]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [F]
   Fricas [F(-2)]
   Sympy [F]
   Maxima [F]
   Giac [F]
   Mupad [F(-1)]

Optimal result

Integrand size = 14, antiderivative size = 42 \[ \int \frac {\sqrt {a+a \cosh (x)}}{x^2} \, dx=-\frac {\sqrt {a+a \cosh (x)}}{x}+\frac {1}{2} \sqrt {a+a \cosh (x)} \text {sech}\left (\frac {x}{2}\right ) \text {Shi}\left (\frac {x}{2}\right ) \]

[Out]

-(a+a*cosh(x))^(1/2)/x+1/2*sech(1/2*x)*Shi(1/2*x)*(a+a*cosh(x))^(1/2)

Rubi [A] (verified)

Time = 0.07 (sec) , antiderivative size = 42, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.214, Rules used = {3400, 3378, 3379} \[ \int \frac {\sqrt {a+a \cosh (x)}}{x^2} \, dx=\frac {1}{2} \text {Shi}\left (\frac {x}{2}\right ) \text {sech}\left (\frac {x}{2}\right ) \sqrt {a \cosh (x)+a}-\frac {\sqrt {a \cosh (x)+a}}{x} \]

[In]

Int[Sqrt[a + a*Cosh[x]]/x^2,x]

[Out]

-(Sqrt[a + a*Cosh[x]]/x) + (Sqrt[a + a*Cosh[x]]*Sech[x/2]*SinhIntegral[x/2])/2

Rule 3378

Int[((c_.) + (d_.)*(x_))^(m_)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> Simp[(c + d*x)^(m + 1)*(Sin[e + f*x]/(d*(m
 + 1))), x] - Dist[f/(d*(m + 1)), Int[(c + d*x)^(m + 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && LtQ[
m, -1]

Rule 3379

Int[sin[(e_.) + (Complex[0, fz_])*(f_.)*(x_)]/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[I*(SinhIntegral[c*f*(fz/
d) + f*fz*x]/d), x] /; FreeQ[{c, d, e, f, fz}, x] && EqQ[d*e - c*f*fz*I, 0]

Rule 3400

Int[((c_.) + (d_.)*(x_))^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[(2*a)^IntPart[n]
*((a + b*Sin[e + f*x])^FracPart[n]/Sin[e/2 + a*(Pi/(4*b)) + f*(x/2)]^(2*FracPart[n])), Int[(c + d*x)^m*Sin[e/2
 + a*(Pi/(4*b)) + f*(x/2)]^(2*n), x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && EqQ[a^2 - b^2, 0] && IntegerQ[n
 + 1/2] && (GtQ[n, 0] || IGtQ[m, 0])

Rubi steps \begin{align*} \text {integral}& = \left (\sqrt {a+a \cosh (x)} \text {sech}\left (\frac {x}{2}\right )\right ) \int \frac {\cosh \left (\frac {x}{2}\right )}{x^2} \, dx \\ & = -\frac {\sqrt {a+a \cosh (x)}}{x}+\frac {1}{2} \left (\sqrt {a+a \cosh (x)} \text {sech}\left (\frac {x}{2}\right )\right ) \int \frac {\sinh \left (\frac {x}{2}\right )}{x} \, dx \\ & = -\frac {\sqrt {a+a \cosh (x)}}{x}+\frac {1}{2} \sqrt {a+a \cosh (x)} \text {sech}\left (\frac {x}{2}\right ) \text {Shi}\left (\frac {x}{2}\right ) \\ \end{align*}

Mathematica [A] (verified)

Time = 0.08 (sec) , antiderivative size = 33, normalized size of antiderivative = 0.79 \[ \int \frac {\sqrt {a+a \cosh (x)}}{x^2} \, dx=\frac {\sqrt {a (1+\cosh (x))} \left (-2+x \text {sech}\left (\frac {x}{2}\right ) \text {Shi}\left (\frac {x}{2}\right )\right )}{2 x} \]

[In]

Integrate[Sqrt[a + a*Cosh[x]]/x^2,x]

[Out]

(Sqrt[a*(1 + Cosh[x])]*(-2 + x*Sech[x/2]*SinhIntegral[x/2]))/(2*x)

Maple [F]

\[\int \frac {\sqrt {a +a \cosh \left (x \right )}}{x^{2}}d x\]

[In]

int((a+a*cosh(x))^(1/2)/x^2,x)

[Out]

int((a+a*cosh(x))^(1/2)/x^2,x)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+a \cosh (x)}}{x^2} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((a+a*cosh(x))^(1/2)/x^2,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

Sympy [F]

\[ \int \frac {\sqrt {a+a \cosh (x)}}{x^2} \, dx=\int \frac {\sqrt {a \left (\cosh {\left (x \right )} + 1\right )}}{x^{2}}\, dx \]

[In]

integrate((a+a*cosh(x))**(1/2)/x**2,x)

[Out]

Integral(sqrt(a*(cosh(x) + 1))/x**2, x)

Maxima [F]

\[ \int \frac {\sqrt {a+a \cosh (x)}}{x^2} \, dx=\int { \frac {\sqrt {a \cosh \left (x\right ) + a}}{x^{2}} \,d x } \]

[In]

integrate((a+a*cosh(x))^(1/2)/x^2,x, algorithm="maxima")

[Out]

integrate(sqrt(a*cosh(x) + a)/x^2, x)

Giac [F]

\[ \int \frac {\sqrt {a+a \cosh (x)}}{x^2} \, dx=\int { \frac {\sqrt {a \cosh \left (x\right ) + a}}{x^{2}} \,d x } \]

[In]

integrate((a+a*cosh(x))^(1/2)/x^2,x, algorithm="giac")

[Out]

integrate(sqrt(a*cosh(x) + a)/x^2, x)

Mupad [F(-1)]

Timed out. \[ \int \frac {\sqrt {a+a \cosh (x)}}{x^2} \, dx=\int \frac {\sqrt {a+a\,\mathrm {cosh}\left (x\right )}}{x^2} \,d x \]

[In]

int((a + a*cosh(x))^(1/2)/x^2,x)

[Out]

int((a + a*cosh(x))^(1/2)/x^2, x)